PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFListBoxField Class
Fields Methods


In This Topic
    PDFListBoxField Class Members
    In This Topic

    The following tables list the members exposed by PDFListBoxField.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodAdds a list item to the field. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodAdds the widget to the collection of field's widgets. A widget is the visual representation of a form field on a PF page. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the field alternate name. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the calculate action. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the underlying COS Object. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the field default value. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the Acrobat form this field belongs to. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the format action. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the item at the specified index. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodGets the items in the list. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodGets the keypress action. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the field mapping name. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the field name. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the lowest ordinal index of the selected items in the list.
    Use this property to determine the index of the currently selected item in the list if the list control allows only one selection. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodGets the index of the selected items in the list.
    Use this property to determine the indexes of the currently selected items in the list if the list control allows multiple selection. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodGets the first selected item in the list. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodGets the text direction. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the field type. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the validate action. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the field value. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the field widget at the specified index. A widget is the visual representation of a form field on a PF page. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets the list of field widgets. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets a value indicating whether the new value shall be committed as soon as a selection is made. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodGets a value indicating whether the field can be exported or not. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets a value indicating whether the field allows multiple selection.  
    Public MethodGets a value indicating whether the field is read-only. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets a value indicating whether the field is required. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodGets a value indicating whether the field's option items shall be sorted alphabetically. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodSets the field alternate name. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodSets the calculate action. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodSets the field default value. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodSets the format action. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodSets a value indicating whether the new value shall be committed as soon as a selection is made.
    This option enables applications to perform an action once a selection is made, without requiring the user to exit the field. If clear, the new value is not committed until the user exits the field. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodSets a value indicating whether the field can be exported or not. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodSets a value indicating whether the field allows multiple selection.  
    Public MethodSets a value indicating whether the field is read-only. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodSets a value indicating whether the field is required. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodSets a value indicating whether the field's option items shall be sorted alphabetically. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodSets the keypress action. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodSets the field mapping name. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodSets the field name. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodSets the lowest ordinal index of the selected items in the list.
    Use this property to determine the index of the currently selected item in the list if the list control allows only one selection. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodSets the index of the selected items in the list.
    Use this property to determine the indexes of the currently selected items in the list if the list control allows multiple selection. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodSets the first selected item in the list. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodSets the text direction. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodSets the validate action. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodSets the field value. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public Method (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Top
    Protected Methods
     NameDescription
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.forms.PDFField)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.forms.PDFListField)
    Top
    See Also